How to do some other cool stuff in Excel

May 12, 2024

#excel#manipulation

Markdown

Do this, and then that.

function greet(name: string) {
	console.log(`Hey ${name}! 👋`)
}